10. Quiz: Variable Elimination 2
VariableElimination2
Variable Elimination 2 Part 1
QUESTION:
What is the value of +t +l?
SOLUTION:
NOTE: The solutions are expressed in RegEx pattern. Udacity uses these patterns to check the given answer
Variable Elimination 2 Part 2
QUESTION:
What is the value of +t -l?
SOLUTION:
NOTE: The solutions are expressed in RegEx pattern. Udacity uses these patterns to check the given answer
Variable Elimination 2 Part 3
QUESTION:
What is the value of -t +l?
SOLUTION:
NOTE: The solutions are expressed in RegEx pattern. Udacity uses these patterns to check the given answer
Variable Elimination 2 Part 4
QUESTION:
What is the value of -t -l?
SOLUTION:
NOTE: The solutions are expressed in RegEx pattern. Udacity uses these patterns to check the given answer
Variable Elimination2 Solution